starts_with

pure function starts_with(prefix: text): boolean

Returns true if this text starts with the specified prefix, otherwise returns false.

Since

0.9.0

Parameters

prefix

The prefix to check.